mimeEncodeFieldAsMIMEMultipartDocument
Type
function
Summary
Generate multipart content from a field control
Syntax
mimeEncodeFieldAsMIMEMultipartDocument(<pField>)
Description
Parses the content of a field to create multipart content
Parameters
Name | Type | Description |
---|---|---|
pField | The long id of the field to encode |
Examples
put mimeEncodeFieldAsMIMEMultipartDocument(the long id of field "email") into tBody
SendEmail tBody